3D Graphics Programming with QuickDraw 3D 1.5.4
Previous | QD3D Book | Overview | Chapter Contents | Next |
A face cap attribute set is used to attach an attribute set to the surface of a cone or cylinder but not to its caps. This object is used to apply attributes to a cone or cylinder in a way that does not cause them to be inherited by its caps.
Container (
Cylinder ( )
Caps ( Top )
Container (
AttributeSet ( )
SurfaceShader (...)
)
Container (
FaceCapAttributeSet ( )
Container (
AttributeSet ( )
DiffuseColor ( 1 0 0 )
)
)
)
Previous | QD3D Book | Overview | Chapter Contents | Next |